@charset "utf-8";
header li a img {
    width: 70px;
    height: 80px;
    display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
header li {
    display: inline-block;
}
header {
    position: absolute;
    text-align: center;
    top: 60px;
    background-color: #F9F9FA;
    width: 90%;
    left: 5%;
}
header li a img:hover{ transform: scale(1.2)}
.pp {
    width: 90%;
    background-color: #948585;
    color: #1F0404;
    margin-block-start: 0px !important;
}
